home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / ucb_logoPPC / ucb_logoPPC.readme < prev    next >
Text File  |  1998-02-20  |  860b  |  25 lines

  1. Short:    Logo (PPC binary and source)
  2. Author:   Brian Harvey, Tony Belding, Andreas R. Kleinert (port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Version:  4.01, Amiga release 01
  5. Type:     dev/lang
  6.  
  7. This is a powerUP (TM) port of Berkeley Amiga Logo, which is an
  8. Amiga port of the Logo programming language with turtle graphics.
  9.  
  10. This archive only includes the (slightly modified) source code
  11. (formerly "ucb_source.lha") plus the ELF binary for PPC. To get
  12. a fully working LOGO interpreter, you also need to download
  13. "ucb_logo.lha" which includes the LOGO library and help files.
  14.  
  15. Put the ELF binary into the same directory as the 68k binary
  16. (after unarchiving "ucb_logo.lha), then run it the following way:
  17.  
  18.   RunElf LOGO.elf
  19.  
  20. If you have the newest ppc.library plus LoadSegPatch installed,
  21. you may run the ELF module directly from the Shell.
  22.  
  23. --
  24. ARK, 20/Feb/98
  25.